Click here to Skip to main content
16,011,608 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionXML Serialisation Pin
Sebastian T Xavier9-Feb-07 6:43
Sebastian T Xavier9-Feb-07 6:43 
QuestionHow do i have a sortable TextBox or Dropdown Pin
www.Developerof.NET9-Feb-07 5:23
www.Developerof.NET9-Feb-07 5:23 
AnswerRe: How do i have a sortable TextBox or Dropdown Pin
badgrs9-Feb-07 10:01
badgrs9-Feb-07 10:01 
AnswerRe: How do i have a sortable TextBox or Dropdown Pin
we_swati9-Feb-07 13:47
we_swati9-Feb-07 13:47 
QuestionMicrosoft ASP.Net Ajax - Xhtml compliance Pin
Clickok9-Feb-07 5:18
Clickok9-Feb-07 5:18 
AnswerRe: Microsoft ASP.Net Ajax - Xhtml compliance Pin
badgrs9-Feb-07 10:00
badgrs9-Feb-07 10:00 
QuestionFormsAuthentication Pin
kaizenIT9-Feb-07 5:00
kaizenIT9-Feb-07 5:00 
AnswerRe: FormsAuthentication Pin
kubben9-Feb-07 7:06
kubben9-Feb-07 7:06 
You know it is kind of hard to suggest much without having any error messages etc.
Some questions:
Do you have a testing server that you can use to test the release?
Did you upgrade from .net 1.1 to 2.0?
Did you add some new code that is doing file handling?
Are you using asp 2.0 with the roles?

Anyway those are a couple of questions that come to mind.
If you upgraded from 1.1 to 2.0 you need to mark the web site as a 2.0 site or it won't work. Go into iis manager and get to the properties of the web site. If you have asp.net 2.0 framework installed (which could be another issue if you upgraded) you should see an asp.net tab. In this tab you can set the site to be a .net 2.0 site.

If you added some new code that is doing something with files. Often this code will work fine locally, but once you get to the web server you need to properly set up rights. A lot of times you just need to give aspnet user and iis_wpg user the correct rights to folders.

If you are using asp.net 2.0 and you have done some stuff with the membership provider including having users in roles etc. You need to be careful that you have the web.config set up correctly for what pages users can access based off which roles they are in.

Well, anyway there are a few ideas. Kind of a shotgun approach since I don't really know what error you are seeing.

Hope it helps.

Ben
AnswerRe: FormsAuthentication Pin
kaizenIT9-Feb-07 9:16
kaizenIT9-Feb-07 9:16 
QuestionHow to Export data from crystal report to Excel or pdf Pin
mohd imran abdul aziz9-Feb-07 3:51
mohd imran abdul aziz9-Feb-07 3:51 
AnswerRe: How to Export data from crystal report to Excel or pdf Pin
maabarca9-Feb-07 4:52
maabarca9-Feb-07 4:52 
QuestionDatagrid Pin
toanthinh9-Feb-07 3:50
toanthinh9-Feb-07 3:50 
AnswerRe: Datagrid Pin
postmaster@programmingknowledge.com9-Feb-07 6:18
postmaster@programmingknowledge.com9-Feb-07 6:18 
AnswerRe: Datagrid Pin
toanthinh10-Feb-07 3:26
toanthinh10-Feb-07 3:26 
GeneralRe: Datagrid Pin
toanthinh10-Feb-07 3:31
toanthinh10-Feb-07 3:31 
Question.NET Framework Pin
No-e9-Feb-07 3:06
No-e9-Feb-07 3:06 
AnswerRe: .NET Framework Pin
badgrs9-Feb-07 3:11
badgrs9-Feb-07 3:11 
AnswerRe: .NET Framework Pin
Colin Angus Mackay9-Feb-07 3:16
Colin Angus Mackay9-Feb-07 3:16 
GeneralRe: .NET Framework Pin
No-e9-Feb-07 3:45
No-e9-Feb-07 3:45 
GeneralRe: .NET Framework Pin
No-e9-Feb-07 3:58
No-e9-Feb-07 3:58 
Questionhow to draw graphs in asp.net Pin
subbu Manikonda9-Feb-07 2:38
subbu Manikonda9-Feb-07 2:38 
AnswerRe: how to draw graphs in asp.net Pin
Sylvester george9-Feb-07 2:52
Sylvester george9-Feb-07 2:52 
QuestioniFrame Pin
24891289-Feb-07 1:30
24891289-Feb-07 1:30 
AnswerRe: iFrame Pin
Bassam Saoud9-Feb-07 2:33
Bassam Saoud9-Feb-07 2:33 
GeneralRe: iFrame Pin
24891289-Feb-07 2:46
24891289-Feb-07 2:46 

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.