Click here to Skip to main content
15,910,083 members
Please Sign up or sign in to vote.
1.80/5 (2 votes)
See more:
hi,

without installing iis ,

when i run the application. now i installed iis. how can i know my application is running on iis or in inbuilt webserver of VS
Posted

Browse the url for e.g. http://localhost/MyBebPage.aspx and you will know whether that page is working or not.
 
Share this answer
 
Comments
Member 10263519 4-Feb-14 1:04am    
ok now also it's executing , when i debugg
URL is:http://localhost:3038/login.aspx

before installing iis also same url on browser address bar.
Member 10263519 4-Feb-14 1:22am    
as you said: http://localhost/login.aspx

if i run using above link web application is not running.
what can i do to run my application on iis.
[no name] 4-Feb-14 1:36am    
what's the error being thrown, when u run the url without port in browser?may be convert it to a web application and give a try
Member 10263519 4-Feb-14 1:42am    
not that "No data found "

how to deploy web application in iis v5.1,

am following
http://www.codeproject.com/Articles/280137/How-To-Deploy-a-Web-App-in-IIS but am getting as shown in that
A form cannot "run on IIS" or not. The form works exclusively on client part and is used to send an HTTP request to the server part. So, the question does not really make sense. You probably meant something else.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900