General
2006-11-07 06:12:18 PM

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


 

Re: I cant work any aspx page please help

=?Utf-8?B?aWdvdHlvdXJkb3RuZXQ=?=
2006-11-07 08:36:00 PM

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"


"General" wrote:

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



Re: I cant work any aspx page please help

cyberlander
2006-11-07 09:11:00 PM

Thanks Its working now.

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


"igotyourdotnet" <igotyourdotnet@nospam.nospam>, iletide žunu yazd?
news:5D569406-AAB1-4D9C-B7CF-F47379E48C95@microsoft.com...
>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"
>
>
>"General" wrote:
>
>>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>
>>****************************************************
>>
>>
>>