Click here to Skip to main content
15,887,135 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Starting Carrier PinPopular
Dalek Dave6-Oct-11 22:28
professionalDalek Dave6-Oct-11 22:28 
QuestionASP.NET Routing Pin
Dominick Marciano4-Oct-11 14:46
professionalDominick Marciano4-Oct-11 14:46 
AnswerRe: ASP.NET Routing Pin
Parwej Ahamad4-Oct-11 17:54
professionalParwej Ahamad4-Oct-11 17:54 
GeneralRe: ASP.NET Routing Pin
Dominick Marciano5-Oct-11 11:08
professionalDominick Marciano5-Oct-11 11:08 
GeneralRe: ASP.NET Routing Pin
Parwej Ahamad5-Oct-11 19:13
professionalParwej Ahamad5-Oct-11 19:13 
GeneralRe: ASP.NET Routing Pin
Dominick Marciano6-Oct-11 14:26
professionalDominick Marciano6-Oct-11 14:26 
GeneralRe: ASP.NET Routing Pin
Parwej Ahamad6-Oct-11 18:26
professionalParwej Ahamad6-Oct-11 18:26 
GeneralRe: ASP.NET Routing Pin
Dominick Marciano7-Oct-11 16:21
professionalDominick Marciano7-Oct-11 16:21 
VB
<httpModules>

<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

<add name="QueryStringModule" type="QueryStringModule"/>

<add name="UrlRoutingModul" type="System.Web.Routing.UrlRoutingModule, System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

</httpModules>


VB
<system.webServer>
		<validation validateIntegratedModeConfiguration="false"/>
		<modules>
                         ...
			<add name="UrlRoutingModule" type="System.Web.Routing.UrlRoutingModule, System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
		</modules>
		<handlers>
			...
                        <add name="UrlRoutingHandler" preCondition="integratedMode" verb="*" path="UrlRouting.axd" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
		</handlers>
</system.webServer>

QuestionAsp.net and uploading large files Pin
Ahmad Safwat4-Oct-11 14:30
Ahmad Safwat4-Oct-11 14:30 
AnswerRe: Asp.net and uploading large files Pin
uspatel4-Oct-11 21:31
professionaluspatel4-Oct-11 21:31 
GeneralRe: Asp.net and uploading large files Pin
Ahmad Safwat5-Oct-11 2:55
Ahmad Safwat5-Oct-11 2:55 
AnswerRe: Asp.net and uploading large files Pin
Ravindra Bisen5-Oct-11 6:41
Ravindra Bisen5-Oct-11 6:41 
GeneralRe: Asp.net and uploading large files Pin
Ahmad Safwat5-Oct-11 11:28
Ahmad Safwat5-Oct-11 11:28 
Questionload , change and save xml file as appropriate encoding Pin
oujeboland4-Oct-11 13:02
oujeboland4-Oct-11 13:02 
Question"Microsoft JScript runtime error: Object expected" using Telerik MVC controls Pin
jboyd1114-Oct-11 5:54
jboyd1114-Oct-11 5:54 
QuestionSet the NavigateUrl of a ImageMap in Repeater Pin
Farhad Eft3-Oct-11 23:53
Farhad Eft3-Oct-11 23:53 
AnswerRe: Set the NavigateUrl of a ImageMap in Repeater Pin
Parwej Ahamad4-Oct-11 12:01
professionalParwej Ahamad4-Oct-11 12:01 
QuestionTCP/IP Client Server Chat Application in ASP.Net Pin
nitin_ion3-Oct-11 23:11
nitin_ion3-Oct-11 23:11 
AnswerRe: TCP/IP Client Server Chat Application in ASP.Net Pin
Parwej Ahamad4-Oct-11 12:06
professionalParwej Ahamad4-Oct-11 12:06 
QuestionAlternate for MasterPage Pin
Ramkumar_S3-Oct-11 22:20
Ramkumar_S3-Oct-11 22:20 
Questionsending email on particular Date & Time Pin
prasanna2043-Oct-11 21:47
prasanna2043-Oct-11 21:47 
AnswerRe: sending email on particular Date & Time Pin
Anurag Gandhi4-Oct-11 1:50
professionalAnurag Gandhi4-Oct-11 1:50 
AnswerRe: sending email on particular Date & Time Pin
Morgs Morgan4-Oct-11 5:06
Morgs Morgan4-Oct-11 5:06 
QuestionConnection String problem in web.config! Pin
5553363-Oct-11 20:09
5553363-Oct-11 20:09 
QuestionRedirect, url rewrite and login problem Pin
CodeGust3-Oct-11 16:04
CodeGust3-Oct-11 16:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.