CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 Gunnar Weisskamp - ASP & IIS 7.5 Using Windows 7 Proffesional

Print topic Send  topic

Author Message
Gunnar

Posts: 4
Posted: 03/25/2010, 7:01 PM

Hi I am using Code Charge to create a simple first "Hello World" ASP application. My operating system is Windows Seven Professional. Now when I try to view page in browser I am getting
"HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map."

Now I have tried the following

1 - Checked to make sure that certain settings in the "Turn Windows Features On / Off" for IIS are checked

2 - When I did this I followed you above instructions and made sure that the "IIS Metabase and IIS 6 configuration compatibility" is set.

3 - I even turned the "virtual directory" that I had created in IIS into an “application” directory.

4 – I then explored the “MIME Types” area and added a “.asp” extension. This did get rid of the above initial error “HTTP Error 404.3” but then when I tried to view the page a dialog box “File Download – Security Warning” came up saying “Do you want to open or save this file”. You can click on “open”, “save” or “cancel”. Whichever one you chose does not matter as this is not the expected result in the first place as the page should have just opened up in the browser.
5 – I also made sure that in IIS the page being requested was set as the default page to display

Any help you may have would be great. Kind regards Gunnar
View profile  Send private message
mrachow


Posts: 509
Posted: 03/26/2010, 9:41 AM

When configuring the IIS web server there must be one knot where you can choose which scripting languages are allowed. Per default aspx is allowed where asp isn't.
Sorry, I can't remember the name of that knot but when you know waht to look for...
_________________
Best regards,
Michael
View profile  Send private message
Gunnar

Posts: 4
Posted: 03/28/2010, 3:35 PM

Hi mrachow and thanks for help. Fixed the issue discussed above. Now sadly there is a new issue. The new issue is lik this. I created the simple "Code Charge" Hello World example. Now when I finish it I get the error page "The Website cannot display the page" (HTTP 500). Now when I go back to the application and take the VB Script out it runs fine and you can see the url. Below are things I have tried

Enviroment - Windows 7 Professional IIS 7.5

1 - "Setting Default Docs". In the "application level" of IIS I clicked on the "IIS - Default Document". Now the only page that I have in my project is "HelloWorld.asp" so I made this the default. Still the same result (The Web Site cannot display the page). I did the same process by adding the "index.asp". While doing this I made sure to "restart" IIS and "restart" Code Charge.

2 - Still at "applicaion level" in IIS I clicked on the "IIS - ASP" icon. In here, under "Debbugging Properties" I set what the "Enable Client Side Debugging" to true. And "Enable Server Side Debbugging" to true. Then restarted IIS & Code Charge and still the same outcome. No other debugging messages

3 - "Permissions". Now when I start "Code Charger" I right click and select "Run as Administrator".Again at "application level" in IIS there is an icon called "Directory Browsing" and I clicked on this. I then enabled this feature.After this process I restarted IIS and Code Charge. Yep still the same outcome.

4 - On IIS I made sure that in Debugging Properties the "Script Language" was set to VBScript and it was

Again when I take the VB Script out and I view the url "http://localhost/NewProject4/HelloWorld.asp" the page comes up fine.

5 - I do not know if this helps but below is part of the "Logging info"

Many thanks for your help. Best wishes Gunnar
#Version: 1.0
#Date: 2010-03-28 22:00:43
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken
2010-03-28 22:00:43 ::1 GET /NewProject4/HelloWorld.asp |14|800a0401|Expected_end_of_statement 80 - ::1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+Trident/4.0;+GTB0.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0;+.NET4.0C;+.NET4.0E) 500 0 0 332
2010-03-28 22:01:07 ::1 GET /NewProject4/HelloWorld.asp - 80 - ::1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+Trident/4.0;+GTB0.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0;+.NET4.0C;+.NET4.0E) 200 0 0 112
2010-03-28 22:05:52 ::1 GET /NewProject1/favicon.ico - 80 - ::1 Mozilla/4.0+(compatible;+GoogleToolbar+6.4.1321.1732;+Windows+6.1;+MSIE+8.0.7600.16385) 404 0 2 7
2010-03-28 22:05:52 ::1 GET /NewProject4/favicon.ico - 80 - ::1 Mozilla/4.0+(compatible;+GoogleToolbar+6.4.1321.1732;+Windows+6.1;+MSIE+8.0.7600.16385) 404 0 2 5
2010-03-28 22:05:52 ::1 GET /NewProject3/favicon.ico - 80 - ::1 Mozilla/4.0+(compatible;+GoogleToolbar+6.4.1321.1732;+Windows+6.1;+MSIE+8.0.7600.16385) 404 0 64 180
2010-03-28 22:09:37 ::1 GET /NewProject1/favicon.ico - 80 - ::1 Mozilla/4.0+(compatible;+GoogleToolbar+6.4.1321.1732;+Windows+6.1;+MSIE+8.0.7600.16385) 404 0 2 10
2010-03-28 22:09:37 ::1 GET /NewProject3/favicon.ico - 80 - ::1 Mozilla/4.0+(compatible;+GoogleToolbar+6.4.1321.1732;+Windows+6.1;+MSIE+8.0.7600.16385) 404 0 2 4
2010-03-28 22:09:37 ::1 GET /NewProject4/favicon.ico - 80 - ::1 Mozilla/4.0+(compatible;+GoogleToolbar+6.4.1321.1732;+Windows+6.1;+MSIE+8.0.7600.16385) 404 0 2 5
2010-03-28 22:09:41 ::1 GET /NewProject3/HelloWorld.asp |14|800a0401|Expected_end_of_statement 80 - ::1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+Trident/4.0;+GTB0.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0;+.NET4.0C;+.NET4.0E) 500 0 0 200
2010-03-28 22:09:47 ::1 GET /NewProject3 - 80 - ::1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+Trident/4.0;+GTB0.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0;+.NET4.0C;+.NET4.0E) 301 0 0 1
2010-03-28 22:09:47 ::1 GET /NewProject3/ |14|800a0401|Expected_end_of_statement 80 - ::1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+Trident/4.0;+GTB0.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0;+.NET4.0C;+.NET4.0E) 500 0 0 50
2010-03-28 22:17:49 ::1 GET /NewProject4/HelloWorld.asp - 80 - ::1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+Trident/4.0;+GTB0.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0;+.NET4.0C;+.NET4.0E) 200 0 0 66
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.