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
Why viewstate is used in asp.net?
What are the Types of objects in ASP
What are the server control tags in asp.net.?
What is css in asp.net?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
How would you get asp.net running in apache web servers? Explain it's limitations.
What is a url string?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What are the uses of reflection?
What is Web API Routing?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What is the difference between cookie and session?
Can I read the hard disk serial # of the client computer using asp.net?
Explain login controls.
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?