I cant work any aspx page please help

  • Thread starter Thread starter General
  • Start date Start date
G

General

Hi All,

I installed visual studio 2005, framework, sdk,
and i was register aspregiss -i

but i am receiving this error any page any code

The page cannot be found
The page you are looking for might have been removed, had its name
changed, or is temporarily unavailable.


HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)


this is test.aspx
****************************************************
<html>
<head>
<title>My First ASP.NET Page</title>
</head>
<body>
<p>Hello there!</p>
<p>The time is now: </p>
</body>
</html>
****************************************************
 
1) make the web site an application under IIS
2) check the ASP.NET version on the asp.net tab, make sure its configured
for 2.0
3) can you run it in the IDE's "browser"
 
Thanks Its working now.

i havent done this
i was give permission on IIS for ASP.net 2.0
 
Back
Top