Advertisement

07.21.2005 at 08:52PM PDT, ID: 21500473
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

ASP - Web Matrix Server - Port 80 error: Appplication not found when clicking on "Open in Web Browser".

Tags: port, web, server
Hello all,

I'm new to ASP.Net and am using Web Matrix (as I only have Win XP Home Edition) and I get the error below when I right click on the Web Matrix icon to "Open in Web Browser".

I also noted that URL links don't work when I click on them from Outlook Express - nothing happens. This seems like a new phenomenon and maybe linked to my use of Mozilla and that browser having an exception error when I installed some other software like VS.Net 2003 or something like that.

I believe if I can get the IEXP to work from Outlook Express and remove Mozilla, my problem may be solved. IOW I need to make IEXP the default browser.

Any help here would greatly appreciated.

Thanks,
Chris.
------------------------------------------------------
Microsoft ASP.NET Web Matrix Server - Port 80

An unhandled exception has occured in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will shut down immediately.

Application not Found.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
 
************** Exception Text **************
System.ComponentModel.Win32Exception: Application not found
   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start(String fileName)
   at Microsoft.Matrix.WebServer.WebServerForm.DoLaunch()
   at Microsoft.Matrix.WebServer.WebServerForm.OnCommandLaunch(Object sender, EventArgs e)
   at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.MenuItemData.Execute()
   at System.Windows.Forms.Command.Invoke()
   at System.Windows.Forms.Control.WmCommand(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at Microsoft.Matrix.UIComponents.MxForm.WndProc(Message& m)
   at Microsoft.Matrix.UIComponents.TaskForm.WndProc(Message& m)
   at Microsoft.Matrix.WebServer.WebServerForm.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 

************** Loaded Assemblies **************
mscorlib
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
WebServer
    Assembly Version: 0.6.0.0
    Win32 Version: 0.6.812.0
    CodeBase: file:///C:/Program%20Files/Microsoft%20ASP.NET%20Web%20Matrix/v0.6.812/WebServer.exe
----------------------------------------
Microsoft.Matrix
    Assembly Version: 0.6.0.0
    Win32 Version: 0.6.812.0
    CodeBase: file:///C:/Program%20Files/Microsoft%20ASP.NET%20Web%20Matrix/v0.6.812/Microsoft.Matrix.DLL
----------------------------------------
Microsoft.Matrix.WebHost
    Assembly Version: 0.6.0.0
    Win32 Version: 0.6.812.0
    CodeBase: file:///c:/windows/assembly/gac/microsoft.matrix.webhost/0.6.0.0__6f763c9966660626/microsoft.matrix.webhost.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Web
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system.web/1.0.5000.0__b03f5f7f11d50a3a/system.web.dll
----------------------------------------
System.Drawing
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
 
************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
 
For example:
 
<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>
 
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.
Start your free trial to view this solution
Question Stats
Zone: Microsoft
Question Asked By: Ainodecam
Solution Provided By: mcgants
Participating Experts: 1
Solution Grade: A
Views: 9
Translate:
Loading Advertisement...
08.03.2005 at 03:39AM PDT, ID: 14586955

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
08.05.2005 at 07:12PM PDT, ID: 14612788

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
08.06.2005 at 07:13AM PDT, ID: 14614203

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
08.08.2005 at 07:51PM PDT, ID: 14629544

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.11.2005 at 08:04AM PDT, ID: 14859349

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.15.2005 at 06:47PM PDT, ID: 14894899

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.21.2005 at 09:39AM PDT, ID: 14929802

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
Loading Advertisement...
Microsoft
  • Internet Protocols
  • Applications
  • Development
  • OS
  • Hardware
  • Windows Security
Apple
  • Operating Systems
  • Hardware
  • Programming
  • Networking
  • Software
Internet
  • Search Engines
  • File Sharing
  • WebTrends / Stats
  • Spy / Ad Blockers
  • Web Browsers
  • New Net Users
  • Web Development
  • Chat / IM
  • Anti Spam
  • Web Servers
  • Anti-Virus
  • Email Clients
Gamers
  • Tips
  • Online / MMORPG
  • Puzzle
  • Emulators
  • Action / Adventure
  • Role Playing
  • Consoles
  • Game Programming
  • Strategy
  • Sports
  • Misc
  • Computer Games
Digital Living
  • Hardware
  • Automotive
  • New Net Users
  • New Users
  • Software
  • Digital Music
  • Gaming World
  • Home Security
  • Apple
  • Networking Hardware
Virus & Spyware
  • Vulnerabilities
  • IDS
  • Encryption
  • Anti-Virus
  • Operating Systems Security
  • Software Firewalls
  • WebApplications
  • Cell Phones
  • Operating Systems
  • Internet
  • Hardware Firewalls
Hardware
  • Displays / Monitors
  • Handhelds / PDAs
  • Components
  • Peripherals
  • Laptops/Notebooks
  • Servers
  • Misc
  • Apple
  • Embedded Hardware
  • Networking Hardware
  • Storage
  • Desktops
  • New Users
Software
  • System Utilities
  • Industry Specific
  • Network Management
  • Photos / Graphics
  • Page Layout
  • VMware
  • Misc
  • Web Development
  • OS
  • CYGWIN
  • Voice Recognition
  • Virtualization
  • Message Queue
  • Quality Assurance
  • Security
  • Firewalls
  • MultiMedia Applications
  • Development
  • Database
  • Office / Productivity
  • Business Management
  • OS/2 Apps
  • Server Software
  • Internet / Email
ITPro
  • OS
  • Storage
  • Encryption
  • Operating Systems Security
  • Apple Hardware
  • Laptops & Notebooks
  • Servers
  • Networking Hardware
  • Peripherals
  • Devices
  • Displays / Monitors
  • WebTrends / Stats
  • Search Engines
  • Firewalls
  • Web Computing
  • WebApplications
  • IDS
  • Vulnerabilities
  • Email Clients
  • File Sharing
  • Spy / Ad Blockers
  • Web Browsers
  • Web Servers
  • Networking
  • Anti-Virus
  • Consulting
  • Chat / IM
  • Anti Spam
Developer
  • Web Servers
  • Web Browsers
  • Game Programming
  • Dev Tools
  • Industry Specific
  • Office / Productivity
  • Database
  • CYGWIN
  • Web Development
  • Search Engines
  • File Sharing
  • WebTrends / Stats
  • Programming
  • Content Management
  • Application Servers
  • Protocols
Storage
  • Removable Backup Media
  • Storage Technology
  • Servers
  • Grid
  • Remote Access
  • Backup / Restore
  • Misc
  • Hard Drives
OS
  • Miscellaneous
  • Security
  • Development
  • Linux
  • VMware
  • MainFrame OS
  • Unix
  • Apple
  • OS / 2
  • AS / 400
  • BeOS
  • Microsoft
  • VMS / OpenVMS
Database
  • Oracle
  • Miscellaneous
  • MySQL
  • Software
  • Sybase
  • Contact Management
  • PostgreSQL
  • Data Manipulation
  • Clarion
  • InterSystems Cache
  • Siebel
  • MUMPS
  • OLAP
  • SQLBase
  • SAS
  • GIS & GPS
  • 4GL
  • Berkeley DB
  • DB2
  • Informix
  • Interbase / Firebird
  • FoxPro
  • Reporting
  • LDAP
  • Filemaker Pro
  • MS SQL Server
  • dBase
  • MS Access
Security
  • Misc
  • Web Browsers
  • Software Firewalls
  • Operating Systems Security
  • File Sharing
  • Spy / Ad Blockers
  • Vulnerabilities
  • WebApplications
  • IDS
  • Anti-Virus
  • Encryption
  • Anti Spam
  • Email Clients
  • VPN
  • Chat / IM
Programming
  • Editors IDEs
  • Installation
  • Handhelds / PDAs
  • Multimedia Programming
  • System / Kernel
  • Automation
  • Algorithms
  • Game
  • Signal Processing
  • Project Management
  • Open Source
  • Database
  • Misc
  • Languages
  • Processor Platforms
  • Theory
Web Development
  • Scripting
  • Blogs
  • Web Servers
  • Software
  • Search Engines
  • Web Graphics
  • Web Services
  • Images
  • Internet Marketing
  • Images and Photos
  • Components
  • Document Imaging
  • Web Languages/Standards
  • Illustration
  • WebApplications
  • Fonts
  • WebTrends / Stats
  • Authoring
  • Digital Camera Software
  • Miscellaneous
Networking
  • Protocols
  • Apple Networking
  • Network Management
  • Message Queue
  • Application Servers
  • Content Management
  • File Servers
  • Email Servers
  • Misc
  • Java Editors & IDEs
  • Wireless
  • Networking Hardware
  • Backup / Restore
  • System Utilities
  • ISPs & Hosting
  • Web Servers
  • Storage Technology
  • Removable Backup Media
  • Servers
  • Web Computing
  • Broadband
  • Grid
  • OS / 2
  • Novell Netware
  • Unix Networking
  • Windows Networking
  • Security
  • Telecommunications
  • Operating Systems
  • Linux Networking
Other
  • Lounge
  • Business Travel
  • Community Support
  • New Net Users
  • Philosophy / Religion
  • Math / Science
  • Miscellaneous
  • URLs
  • Expert Lounge
  • Politics
  • Puzzles / Riddles
  • Automotive
Community Support
  • Suggestions
  • New to EE
  • New Topics
  • CleanUp
  • Announcements
  • General
  • Feedback
  • Input
  • EE Bugs
 
08.03.2005 at 03:39AM PDT, ID: 14586955
Hello,
First of all, I need to check if you are clicking the .aspx file created via WebMatrix, or the WebMatrix icon itself. Also, whether you're clicking it in WebMatrix or in Windows.

If you're doing what I think your trying, you're clicking on the ASP.NET page (.aspx) you created via WebMatrix, in Windows, and trying to open it directly in Internet Explorer (or your equivalent web browser). This cannot be done without the page running in WebMatrix, because ASP.NET pages need to be 'hosted' on a web server to be run. WebMatrix comes with a built-in instance of a web server (hence the default Port 80), this is what runs when you click 'Start' when debugging.
To test if this is the case, open your page in WebMatrix and click Start. This will open up the page, using the built in web server. Now close the web browser that opens up, but don't stop the server (it usually sits in the System Tray, looking like a world with a ring around it). Open a new instance of your web browser and type in http://localhost:8080/MyPage.aspx replacing 'MyPage' with the name of the page you created. It should run with full functionality and no errors - unless you have bugs :D

For testing, WebMatrix is a great little application. Eventually, if you are creating sites you want to have visible via the outside world, you'll either need to use your computer as a web server (hence leaving WebMatrix running) or get your site 'hosted' by an ASP.NET hosting company who will do it for you.

As for your Outlook and link problems, i've not come across them but it sounds to me as if you are trying to do what I have detailed above - open the web pages directly without having them running on a server-instance.

Hope this helps, let me know if you need anything else.
mcg
Accepted Solution
 
08.05.2005 at 07:12PM PDT, ID: 14612788
Hi, thanks for the input, the problem was actually solved when I made IEXP my default browser. I just wanted to see if there was something else I needed to do.

Chris.
 
08.06.2005 at 07:13AM PDT, ID: 14614203
Not a problem - hope I gave you some insight into ASP.NET and web matrix! Good to hear your problem is solved

mcg
 
08.08.2005 at 07:51PM PDT, ID: 14629544
Ainodecam,

Since you have resolved your own problem, you can request a refund of your points by posting in http:/Community_Support/.

Humeniuk
Page Editor - Web Matrix
 
09.11.2005 at 08:04AM PDT, ID: 14859349
Ainodecam,

This question has been classified as abandoned.  I will make a recommendation to the moderators on its resolution in four days.

I would appreciate any comments by the Experts that would help me in making a recommendation.  It is assumed that any participant not responding to this request is no longer interested in its final disposition.

If the asker does not know how to close the question, the options are here:
http:/help.jsp#hs5

Humeniuk
EE Cleanup Volunteer
 
09.15.2005 at 06:47PM PDT, ID: 14894899
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.

I will leave the following recommendation for this question in the Cleanup topic area:
   Accept: mcgants {http:#14586955}

Any objections should be posted here in the next 4 days. After that time, the question will be closed.

Humeniuk
EE Cleanup Volunteer
 
09.21.2005 at 09:39AM PDT, ID: 14929802
Forced accept.

PAQ_Man
Community Support Moderator
 
 
20080236-EE-VQP-29