I cant work any aspx page please help

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>
****************************************************
 
G

Guest

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"
 
C

cyberlander

Thanks Its working now.

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

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

Top