Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I want to access webForm.aspx directly with http://mysite:5555/webform.aspx . But's it doesn't work.
I create a new webForm.aspx and deploy it under the root of website, meanwhile, I've compiled my project and copied my dll file in the bin which under the umbraco website.
Can someone helps me, thank you in advanced!
In the web.config you can add umbracoReservedUrls path so that Umbraco didn't pick it up
Fabulous! Thank you very much, Edwin!
But if I will add many path of the web pages, when I have many custom webpages, I'm wondering if
there's a good way to meet my requirement.
Thank you again!
You can also add a umbracoReservedPaths and then add a custom MVC route te do your own thing.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Is it possible to access my own aspx web page under the Umbraco.
I want to access webForm.aspx directly with http://mysite:5555/webform.aspx . But's it doesn't work.
I create a new webForm.aspx and deploy it under the root of website, meanwhile, I've compiled my project and copied my dll file in the bin which under the umbraco website.
Can someone helps me, thank you in advanced!
In the web.config you can add umbracoReservedUrls path so that Umbraco didn't pick it up
Fabulous! Thank you very much, Edwin!
But if I will add many path of the web pages, when I have many custom webpages, I'm wondering if
there's a good way to meet my requirement.
Thank you again!
You can also add a umbracoReservedPaths and then add a custom MVC route te do your own thing.
is working on a reply...