Transformation To Windows 2003 Server

  • Thread starter Thread starter ahmad basheer
  • Start date Start date
A

ahmad basheer

Hi,
I transfered my Asp.Net web application to win 2003 server under IIS
,but the problem that every time i requested the page an error "the
page couldn't be found" appeared.

and if i put an HTML page inside the directory it works but .aspx page
doesn't work.
so does any know ?
 
You have to specifically enable ASP.NET pages in the IIS Manager.

Open the IIS Manager, scroll on the left to "Web Service Extensions",
select that, go to the right pane and select the ASP.NET version you
want to enable (you can choose more than one) and click the "Allow" button.




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top