Answer Posted / vyas pyk
the other way of deploying the asp.net project is, we can go
IIS (Internet Information Service ).
create a new virtual directory in the IIS-->Default
Website-->UR project name -->and browse the path of your
project.
after completion of this processec.
go to browser ant type
http://localhost/UR project name/login.aspx
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can you change a Master Page dynamically at runtime?
What are the main differences between asp and asp.net?
What are the elements of a website?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What are the file extensions for razor views?
How does session authentication work?
What is the asp.net control toolkit?
How do you remove duplicates without using remove duplicate stage?
Explain diff between dataset and datareader?
Why is string called immutable data type?
what are the web form events available in asp.net?
How tooltip is set through code-behind in ASP.NET?
What are the different types of sessions in asp.net? Name them?
Where the viewstate is stored after the page postback?
What is data cache in sql server?