This topic is locked

Windows 2003 IIS

2/22/2008 10:15:53 AM
ASPRunner.NET General questions
R
Ruch author

Hi all,
Maybe it has been answered before, sorry i didnt find the post :/
Well, my question is:

I created the website in a Win XP.

Once i publish, there is no problem, i can browse the tables and looks really cool.

GREAT!
The problem comes when i deploy it on the server.
I copy the output folder in a certain path, for example: Sever\d:\Website\Output\...
Then I run the IIS where i have currently running a WebService and a ReportServer without any problems.
I add a new Virtual Directory: DBMaintenanceWeb pointing to "d:\Website\Output\"
I check the (2nd checkbox: Execute command Sequences (asp,...)
I make sure ASP 2.05 is selected and that index.htm is in the Document list.
Then i try to browse from iexplore:

HTTP://localhost:80/DBMaintenanceWeb

HTTP://localhost/DBMaintenanceWeb
HTTP://localhost:80/DBMaintenanceWeb/index.htm

HTTP://localhost/DBMaintenanceWeb/index.htm
HTTP://localhost:80/DBMaintenanceWeb/menu.aspx

HTTP://localhost/DBMaintenanceWeb/menu.aspx
and i just see a blank page
Could you please help me?

Thanks in Advance!

Eugene 2/22/2008

try to create test.html file
<html>

<head>

<title>Untitled Page</title>

</head>

<body>

TEST

</body>

</html>

and locate it in "d:\Website\Output\"

Then type in browser http://localhost/DBMaintenanceWeb/test.html

Can you see "test" now?

R
Ruch author 2/25/2008

try to create test.html file

<html>

<head>

<title>Untitled Page</title>

</head>

<body>

TEST

</body>

</html>

and locate it in "d:\Website\Output\"

Then type in browser http://localhost/DBMaintenanceWeb/test.html

Can you see "test" now?


Yes,

I can see the Test page, but not the menu.aspx

Eugene 2/26/2008

Try to run the following in command prompt: aspnet_regiis -i

R
Ruch author 2/26/2008

Try to run the following in command prompt: aspnet_regiis -i


I executed this on the Windows\microsoft.Net\framework 2.XX\ folder
After the execution i stopped the IIS and restarted the service, all looks the same. And not working

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=26342&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' />

Eugene 2/27/2008

Unfortunately, I don't know how to help you. It seems to be some problems with framework settings.

Try to create new virtual directory, set up Application name property. Also, in IIS there should be WebService Extension property for ASP.NET v2.0 set in Allowed.

R
Ruch author 2/27/2008

Unfortunately, I don't know how to help you. It seems to be some problems with framework settings.

Try to create new virtual directory, set up Application name property. Also, in IIS there should be WebService Extension property for ASP.NET v2.0 set in Allowed.


<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=26408&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' /> <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=26408&image=2&table=forumreplies' class='bbc_emoticon' alt=':(' /> <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=26408&image=3&table=forumreplies' class='bbc_emoticon' alt=':(' /> <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=26408&image=4&table=forumreplies' class='bbc_emoticon' alt=':(' /> <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=26408&image=5&table=forumreplies' class='bbc_emoticon' alt=':(' /> <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=26408&image=6&table=forumreplies' class='bbc_emoticon' alt=':(' /> <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=26408&image=7&table=forumreplies' class='bbc_emoticon' alt=':(' /> <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=26408&image=8&table=forumreplies' class='bbc_emoticon' alt=':(' /> <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=26408&image=9&table=forumreplies' class='bbc_emoticon' alt=':(' /> <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=26408&image=10&table=forumreplies' class='bbc_emoticon' alt=':(' /> <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=26408&image=11&table=forumreplies' class='bbc_emoticon' alt=':(' />
Its rare, because i allready have running a Webservice and a ReportServer.

the ASP.NET is set to 2.05XXX (dont remember the exact version)
I think it must be something related with the ActiveDirectory, more related to security than IIS itself.

I tried giving admin permissions to the IISuser but i cant solve it atm :/
Ill keep trying xD
thanks a lot for your interest helping me.