Click here to Skip to main content
15,885,767 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Download file from memorystream by client side click Pin
indian14324-Feb-16 7:21
indian14324-Feb-16 7:21 
QuestionDropdownlist with Model (MVC4,C#, ASP.Net2015,Razor) Pin Pin
bl4ckeagle23-Feb-16 8:12
bl4ckeagle23-Feb-16 8:12 
QuestionFeedback form on my website to email feedback Pin
Member 1033668221-Feb-16 11:03
Member 1033668221-Feb-16 11:03 
AnswerRe: Feedback form on my website to email feedback Pin
Richard MacCutchan21-Feb-16 22:07
mveRichard MacCutchan21-Feb-16 22:07 
GeneralRe: Feedback form on my website to email feedback Pin
Member 1033668222-Feb-16 3:19
Member 1033668222-Feb-16 3:19 
GeneralRe: Feedback form on my website to email feedback Pin
bVagadishnu22-Feb-16 9:37
bVagadishnu22-Feb-16 9:37 
GeneralRe: Feedback form on my website to email feedback Pin
F-ES Sitecore22-Feb-16 22:31
professionalF-ES Sitecore22-Feb-16 22:31 
QuestionProblem ASP.NET MVC in IIS, RedirectToAction() and Redirect() Pin
Viadi21-Feb-16 3:48
Viadi21-Feb-16 3:48 
I am working with ASP.NET MVC 4 using Visual Studio 2015 community edition, and IIS 8.. I am beginner in this technology..

I created login page,
In my Login controller (action Index), I put return RedirectToAction("Index", "Home") to redirect the page when users enter correct username and password.. it works when I debug/run it in visual studio environment.. but when I publish it (let say the name is MyPublishedWeb), create application in IIS, and browse it, the URL will look like this: localhost/MyPublishedWeb/Login/Index

The problem is when I login succesfully, it redirects me to localhost/Home/Index, instead of localhost/MyPublishedWeb/Home/Index, and it gives error..

But when I change RedirectToAction() to Redirect(), it work both in Visual Studio environment and IIS..

What do I miss?
Why RedirectToAction() doesn't work in IIS application?
AnswerRe: Problem ASP.NET MVC in IIS, RedirectToAction() and Redirect() Pin
2374121-Feb-16 5:31
2374121-Feb-16 5:31 
QuestionI want to scan barcode for product management Pin
Anh Tuấn19-Feb-16 17:53
Anh Tuấn19-Feb-16 17:53 
AnswerRe: I want to scan barcode for product management Pin
aarif moh shaikh19-Feb-16 20:48
professionalaarif moh shaikh19-Feb-16 20:48 
GeneralRe: I want to scan barcode for product management Pin
Anh Tuấn19-Feb-16 20:54
Anh Tuấn19-Feb-16 20:54 
AnswerRe: I want to scan barcode for product management Pin
Richard MacCutchan19-Feb-16 23:34
mveRichard MacCutchan19-Feb-16 23:34 
QuestionMCV How To? Controller Action that doesn't do anything Pin
Foothill19-Feb-16 10:03
professionalFoothill19-Feb-16 10:03 
AnswerRe: MCV How To? Controller Action that doesn't do anything Pin
Richard Deeming19-Feb-16 11:03
mveRichard Deeming19-Feb-16 11:03 
GeneralRe: MCV How To? Controller Action that doesn't do anything Pin
Foothill19-Feb-16 11:13
professionalFoothill19-Feb-16 11:13 
GeneralRe: MCV How To? Controller Action that doesn't do anything Pin
Richard Deeming20-Feb-16 3:56
mveRichard Deeming20-Feb-16 3:56 
AnswerRe: MCV How To? Controller Action that doesn't do anything Pin
2374121-Feb-16 5:29
2374121-Feb-16 5:29 
GeneralRe: MCV How To? Controller Action that doesn't do anything Pin
Foothill21-Feb-16 5:38
professionalFoothill21-Feb-16 5:38 
GeneralRe: MCV How To? Controller Action that doesn't do anything Pin
2374121-Feb-16 5:50
2374121-Feb-16 5:50 
GeneralRe: MCV How To? Controller Action that doesn't do anything Pin
Foothill21-Feb-16 5:52
professionalFoothill21-Feb-16 5:52 
GeneralRe: MCV How To? Controller Action that doesn't do anything Pin
2374121-Feb-16 5:55
2374121-Feb-16 5:55 
AnswerRe: MCV How To? Controller Action that doesn't do anything Pin
Nathan Minier22-Feb-16 2:39
professionalNathan Minier22-Feb-16 2:39 
GeneralRe: MCV How To? Controller Action that doesn't do anything Pin
Foothill22-Feb-16 3:12
professionalFoothill22-Feb-16 3:12 
GeneralRe: MCV How To? Controller Action that doesn't do anything Pin
Nathan Minier22-Feb-16 3:53
professionalNathan Minier22-Feb-16 3:53 

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.