ASP error

ASP error

Dan_Margulius
Advisor Advisor
2,804 Views
14 Replies
Message 1 of 15

ASP error

Dan_Margulius
Advisor
Advisor

Hi,

I tried almost everything to solve this error. I am getting closer to reinstall W7 .

asp-error.jpg

IIS is fine from what I can see.

iis.jpg

What can be done?

Thanks,

Dan

0 Likes
Accepted solutions (1)
2,805 Views
14 Replies
Replies (14)
Message 2 of 15

yuhui.zhang
Alumni
Alumni

Try re-register the ASP.Net filters. At the command line, enter:

c:\windows\microsoft.net\framework\v4.0.30319\aspnet_regiis -i -enable

for x64:

c:\windows\microsoft.net\framework64\v4.0.30319\aspnet_regiis -i -enable  



Fay Zhang
Software QA Engineer
Data Management
Autodesk, Inc.

Be sure to check out the Vault Help Wiki!

0 Likes
Message 3 of 15

Dan_Margulius
Advisor
Advisor

Hi,

Still not working.

Thanks,

Dan

0 Likes
Message 4 of 15

Anonymous
Not applicable

Hi Dan!

 

This error appears with me too.

 

Take a look.

 

1.    Open a command prompt.

 2.    Navigate to the %SYSTEMROOT%\Microsoft.Net\Framework\v2.0.50727 directory. 3.    Type“aspnet_regiis.exe –i” and press Enter.

4.    After this is complete, Type “aspnet_regiis.exe –GA ASPNET” and press Enter

 5.    Perform an IISRESET from a command prompt and restart the pre-checks

 

be sure that these commands are typing correctly, when you enter aspnet_regiis.exe –i

 

The same problem happened to me, and these steps solved.

 

Helder M.

0 Likes
Message 5 of 15

Andy.Spivey
Community Manager
Community Manager

Hi Dan,

 

The error listed is with the static file (text file).

 

Are you able to manually type in the path in the address bar?

 

If you open the IIS manager and view the default website, is there an entry for TestASP?  If so, select the content tab - is TestASPNetStatic.txt shown?

 

If TestASP folder or files are missing, please re-install by running x86\en-us\edmPrechecks\TestASPNet.msi


Andy Spivey
SQA Engineer
0 Likes
Message 6 of 15

Dan_Margulius
Advisor
Advisor

Hi,

This what i have now :

error.jpg

 

error2.jpg

0 Likes
Message 7 of 15

Dan_Margulius
Advisor
Advisor

Hi,

I did as you indicated but this is what happened :Smiley Sad

dos.jpg 

0 Likes
Message 8 of 15

Andy.Spivey
Community Manager
Community Manager

Dan,

 

Please right click on the static txt file and select browse - from the second screen shot, you were attempting to connect to http://localhost80 instead of http://localhost:80


Andy Spivey
SQA Engineer
0 Likes
Message 9 of 15

Anonymous
Not applicable

Try these

 

2. Type the following command to enable the 32-bit mode: cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1 3. Type the following command to install the version of ASP.NET 2.0 (32-bit) and to install the script maps at the IIS root and under: %SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\as​pnet_regiis.exe -i

(if that fails try %SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\​aspnet_regiis.exe -i

4. %SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\as​pnet_regiis.exe -GA ASPNET

(if that fails try %SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\​aspnet_regiis.exe -GA ASPNET

5. Make sure that the status of ASP.NET version 2.0.50727 (32-bit) is set to Allowed in the Web service extension list in Internet Information Services Manager.

 

 

0 Likes
Message 10 of 15

Dan_Margulius
Advisor
Advisor

if I click browse on the txt file nothing happens.

if i write with :80 also I get page not found.

Thank you all

Dan

0 Likes
Message 11 of 15

Andy.Spivey
Community Manager
Community Manager
Accepted solution

Hi Dan,

 

 

Please ensure the correct IIS roles have been setup on the system - as indicated here:

 

http://wikihelp.autodesk.com/Vault/enu/Help/Help/0206-Autodesk206/0210-About_Yo210/0238-Installi238/...


Andy Spivey
SQA Engineer
Message 12 of 15

Dan_Margulius
Advisor
Advisor

You did it.

Thanks, i was just about to throw it all 🙂

Dan

0 Likes
Message 13 of 15

Andy.Spivey
Community Manager
Community Manager

Happy to help Dan - glad that did it  🙂


Andy Spivey
SQA Engineer
0 Likes
Message 14 of 15

Anonymous
Not applicable

Hi,

This error appears with me too,but there is currently no text in this page, can u tell me how to resolve it again?

0 Likes
Message 15 of 15

Andy.Spivey
Community Manager
Community Manager

Hi - I believe the resolution was to ensure all the correct roles were installed inside of IIS.

 

The advanced configuration guide ( can be downloaded here) lists the required roles inside of iis.

 

If this isnt the issue you are having, please let me know more detail / a screen shot showng the behavior.


Andy Spivey
SQA Engineer
0 Likes