URLRewriting without Link to a File
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello I want to make that the users from my Website can visit they're Profile over the websiteurl/username. I have read, that i have got to use url rewriting (into Application_BeginRequest)to handle this. Now if I want to use it this way, there must exist a Folder with the username and a Default.aspx File into it. Otherwise it will never reach the global.asax File and i can't change the URL. Do I really have to create this Folders and Files or can i add something into the IIS or so? I thought also about the possibility to change the 404Error File into an .aspx File and handle it there. Is this the solution? Best regards succo