Tagged Questions

2
votes
3answers
54 views

How do I assess whether my ASP.NET web application is easy to break into?

I have to develop an ASP.NET web application and publish it in Windows Azure so that it runs there under IIS7. I don't have any serious experience developing such applications. I constantly hear that ...
2
votes
3answers
309 views

How do I build a user control into a self-contained assembly in VS2008?

More specifically, what do I need to know about doing this in Visual Studio 2008 that's different from VS2005? I have found a decent number of references for doing this kind of thing in VS2005, such ...
1
vote
2answers
4k views

Global vs Universal Active Directory Group access for a web app

I have a SQL Server 2000, C# & ASP.net web app. We want to control access to it by using Active Directory groups. I can get authentication to work if the group I put in is a 'Global' but not if ...
0
votes
2answers
16 views

Parse Error When Going To Web Application

I am getting a parse error when I go to my web application. I am not sure how to solve this, as I am new to WebApps. I have read some things about adding it into the right namespace, is that what I ...
0
votes
3answers
86 views

Assembly built by a newer runtime error after converting to Web App

I've recently been converting a website project over to a web application project. The old website had a C# file in the App_Code folder which worked fine even though the rest of the project is in VB. ...
0
votes
2answers
278 views

dropdown list values and viewstate adding to page size, thus increasing page load time

I'm trying to fix a particular laboratory web application (written in ASP.NET). There is a page used for quick data entry, where the end-user uses a bar code scanner to input the data. Each time ...
0
votes
1answer
314 views

Using “apple-mobile-web-app-capable” within ASP.NET master pages causing new browser to open

We are trying to create an ASP.NET web app using the "apple-mobile-web-app-capable" meta-tag to control the appearance of the page on an iPad. It is correctly removing the address bar if I have the ...