Click here to Skip to main content
16,005,162 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionLogout Problem in forms authentication Pin
SreejithAchutan12-Mar-09 22:35
SreejithAchutan12-Mar-09 22:35 
AnswerRe: Logout Problem in forms authentication Pin
kumar_k50812-Mar-09 22:55
kumar_k50812-Mar-09 22:55 
GeneralRe: Logout Problem in forms authentication Pin
SreejithAchutan12-Mar-09 23:22
SreejithAchutan12-Mar-09 23:22 
AnswerRe: Logout Problem in forms authentication Pin
kumar_k50812-Mar-09 23:31
kumar_k50812-Mar-09 23:31 
GeneralRe: Logout Problem in forms authentication Pin
SreejithAchutan12-Mar-09 23:40
SreejithAchutan12-Mar-09 23:40 
GeneralRe: Logout Problem in forms authentication Pin
kumar_k50812-Mar-09 23:46
kumar_k50812-Mar-09 23:46 
GeneralRe: Logout Problem in forms authentication Pin
SreejithAchutan12-Mar-09 23:52
SreejithAchutan12-Mar-09 23:52 
GeneralRe: Logout Problem in forms authentication Pin
kumar_k50812-Mar-09 23:56
kumar_k50812-Mar-09 23:56 
AnswerRe: Logout Problem in forms authentication Pin
kumar_k50812-Mar-09 23:53
kumar_k50812-Mar-09 23:53 
GeneralRe: Logout Problem in forms authentication Pin
SreejithAchutan13-Mar-09 0:00
SreejithAchutan13-Mar-09 0:00 
GeneralRe: Logout Problem in forms authentication Pin
kumar_k50813-Mar-09 0:02
kumar_k50813-Mar-09 0:02 
GeneralRe: Logout Problem in forms authentication Pin
kumar_k50813-Mar-09 0:07
kumar_k50813-Mar-09 0:07 
AnswerRe: Logout Problem in forms authentication Pin
rakeshs31213-Mar-09 0:01
rakeshs31213-Mar-09 0:01 
GeneralRe: Logout Problem in forms authentication Pin
SreejithAchutan13-Mar-09 0:11
SreejithAchutan13-Mar-09 0:11 
GeneralRe: Logout Problem in forms authentication Pin
SreejithAchutan13-Mar-09 0:28
SreejithAchutan13-Mar-09 0:28 
GeneralRe: Logout Problem in forms authentication Pin
SreejithAchutan13-Mar-09 0:28
SreejithAchutan13-Mar-09 0:28 
Questionexport image from sql 2005 to excel Pin
tw-de12-Mar-09 22:32
tw-de12-Mar-09 22:32 
AnswerRe: export image from sql 2005 to excel Pin
Christian Graus12-Mar-09 22:42
protectorChristian Graus12-Mar-09 22:42 
QuestionHelp with a Logic Pin
Vimalsoft(Pty) Ltd12-Mar-09 20:45
professionalVimalsoft(Pty) Ltd12-Mar-09 20:45 
AnswerRe: Help with a Logic Pin
Christian Graus12-Mar-09 22:31
protectorChristian Graus12-Mar-09 22:31 
GeneralRe: Help with a Logic Pin
Vimalsoft(Pty) Ltd12-Mar-09 22:36
professionalVimalsoft(Pty) Ltd12-Mar-09 22:36 
GeneralRe: Help with a Logic Pin
Christian Graus12-Mar-09 22:43
protectorChristian Graus12-Mar-09 22:43 
GeneralRe: Help with a Logic Pin
Vimalsoft(Pty) Ltd15-Mar-09 20:50
professionalVimalsoft(Pty) Ltd15-Mar-09 20:50 
QuestionWeb Service 400 Error Pin
Expert Coming12-Mar-09 20:30
Expert Coming12-Mar-09 20:30 
I have a Web Service that is receiving a file, and putting into a SQL Database. For some reason this method gets an error, while all the others work. Through searching the web all the results say I need to change my IIS setup, which I did not do because it is already setup the way they want.

So, any ideas why I can't call this method:
public void AddSong(string Name, string Artists, string Album, string Genre, int YearPublished, string Path, DateTime DateAdded, byte[] FileData, string MD5)

Without this error:
The request failed with HTTP status 400: Bad Request.

I can post any code you think is relavant, but with my searches it seems like it isn't a code issue. Am I doing something not allowed?

The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo

AnswerRe: Web Service 400 Error Pin
Abhijit Jana12-Mar-09 20:43
professionalAbhijit Jana12-Mar-09 20:43 

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.