How the URL Mapping work in ASP.NET 3.5 ?
-
hi Can any one let me know, i am using URL mapping in ASP.NET 3.5 i have made the following enteries in my web.config but when the user is typing the URL it is showing 404 error? i am using IIS 5.1 on Windows XP. Kindly reply ASAP, thanks in adavance. regards,
-
hi Can any one let me know, i am using URL mapping in ASP.NET 3.5 i have made the following enteries in my web.config but when the user is typing the URL it is showing 404 error? i am using IIS 5.1 on Windows XP. Kindly reply ASAP, thanks in adavance. regards,
dont know what you are writing in Web config
<urlmappings enabled="true">
<add url="~/News.aspx" mappedurl="~/UrlMappingVB.aspx?category=news" />
</urlmappings>Abhishek Sur My Latest Articles Basics on LINQ and Lambda Expressions
Create .NET Templates -
dont know what you are writing in Web config
<urlmappings enabled="true">
<add url="~/News.aspx" mappedurl="~/UrlMappingVB.aspx?category=news" />
</urlmappings>Abhishek Sur My Latest Articles Basics on LINQ and Lambda Expressions
Create .NET Templates -
Thanks for the reply i want to do URL Mapping this has been provided in ASP.NET 2.0, for which i have to add the tags in Web.config, but it's noy working for me.
let me know what exactly the problem that it gives. Is it from the development environment, or in published version.:confused:
Abhishek Sur My Latest Articles Basics on LINQ and Lambda Expressions
Create .NET Templates