Click here to Skip to main content
15,891,976 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Quote:
How to View .aspx Page in WebBrowser without using IIS?!


What I have tried:

VB
Me.WebBrowser1.Navigate("..\page.aspx")
Posted
Updated 2-Aug-18 18:47pm
v2
Comments
F-ES Sitecore 3-Aug-18 3:59am    
It's IIS that turns the code in the aspx page into html the browser can show, so you can't.

1 solution

You can't. The URL should be publicly available so other application can access to it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900