how to run the project in asp .net with out using the localhost on microsoft visual studio 2005 ? is there is any other way to run the project
abt running the project
Collapse
X
-
"Run" means to execute the asp.net application written in c#
I mean is there is any other way to execute the application without using IIS
if there then plz tell i m waiting for response
Originally posted by PlaterDefine "run".
You can publish the project to another IIS server somewhere if you want.
But you need IIS(or any other ASP.NET enabled webserver, like that mini-webserver that comes with visual web developer) to run an ASP.NET applications.Comment
Comment