Tagged Questions
36
votes
4answers
30k views
How To Convert ASP.NET Website to ASP.NET Web Application
I have an ASP.NET 3.5 Website (visual studio lingo), but the site continues to grow and is looking rather cowboyish among other things. I'd like to see this get converted into a Web Application ...
18
votes
4answers
20k views
What is the difference between web application and website in asp.net?
What is the difference between web application and website in asp.net?
and if it have a difference which best from all sides?
8
votes
4answers
14k views
What's the difference between a web site and a web application?
I'm stumped trying to come up to a difference between a web site and a web application for myself. As I see it, a web site points to a specific page and a web application is more of some sort of ...
0
votes
0answers
216 views
How to accept cookie from iPhone, login page
I don't know what is wrong with this php script but it makes the remember log-in for the device iPhone stop working (will log out every time when refresh the page) but the other device such as iPad, ...
35
votes
5answers
3k views
Google App Engine as production platform
We are about to start working on new commercial web project and considering Google App Engine as a potential platform.
Questions:
Does Google App Engine is really
scalable and may be considered as ...
9
votes
3answers
1k views
Web site projects vs Web Application - which is better?
I've just started using a cms (N2) which has a template basic implementation using a web site project template in vs2008. I've noticed that when compiling it it takes a lot longer than using a web ...
6
votes
2answers
2k views
Website Projects in Azure Web Role
I am researching a new ASP.Net project that we would like to host in a Windows Azure Web Role.
One of the technical requirements of this project is to make use of the full pre-compilation options ...
1
vote
3answers
345 views
What are the necessary and most important things, we should do at validation, if an web application gets the users input or parameters?
I am always thinking about validation in any kind on the webpage (PHP or ASP, it doesn't matter), but never find a good and accurate answer.
For example, a I have some GET-Parameter, which defines a ...
1
vote
6answers
852 views
Whats the best CMS/Website Starter kit for my project?
I need to build a company profile website, which will contain a gallery of images which this company designed before, and will contain the normal stuff, such as about us, contact us, menus for fast ...
18
votes
8answers
3k views
5
votes
1answer
2k views
How to Integrate ASP.Net Webforms website with an ASP.Net MVC web application?
How would I run both of them under one main website, say www.example.com, which is written and deployed using a Visual Studio ASP.Net MVC web application project, and where an ASP.Net Web Forms ...
1
vote
0answers
343 views
In which circumstances are suitable for Web Application or Web Site in Visual Studio?
I have one project which has APP_CODE folder and runs with Windows Authentication.
1) I created Web Site and added the files of project but I couldn't run with windows authentication
2) Then I ...
1
vote
2answers
425 views
Share Code between multiple PHP sites
Good evening. I found a few questions that seemed to ask the same thing I am asking, but none of the answers seems to work for me. Basically, I have a few generic PHP files (mostly classes, but some ...
1
vote
3answers
899 views
Optimizing website for mobile devices
I am developing a website exclusively for mobile browsers.
What guidelines should I follow to optimize the site for mobile development?
My main concerns:
Most mobile devices have propriety browsers. ...
1
vote
1answer
93 views
ASP.NET Website inside Webforms application?
We've inherited an ASP.NET website. We've already converted it to a web application for different reasons.
But there are 2 folders with 2 .aspx pages inside that do some really kludgy things (creates ...