Questions tagged [web-application-project]

A Visual Studio project type which compiles all codebehind into a single assembly. Created through the File->New Project or Project->Add Project commands. This is the original project type for web applications, introduced along with .NET 1.0 and Visual Studio.NET in 2002. Not to be confused with a web site project, created by File->New Web Site or Project->Add Web Site commands.

256 questions
0
votes
0 answers

Create Web Service as SDK

I want to build a C# Web Service application that needs to be shippable to the 3rd party customers as SDK with UI as well as without UI. My idea is create a WCF service and host that in Windows Service and made an installer. Then create a responsive…
Karthik
  • 307
  • 3
  • 15
0
votes
1 answer

Regenerate class names in aspx files

I'm trying to convert a Web Site (web forms) to a Web Application (also web forms). I've converted all files via "Convert to Web Application" from Visual Studio; this created a bunch of designer.cs files. From what I understand these files contain…
Shoe
  • 74,840
  • 36
  • 166
  • 272
0
votes
1 answer

com.omdbapi.OmdbConnectionErrorException error

I have written a code in java by using which I am accessing the movie details in IMDB website. For that, I am using OMDB API in java but I am getting connection error why I don't understand because in INFO of output it shows the details about movie.…
Srishti
  • 355
  • 1
  • 17
0
votes
1 answer

netbeans error expected an operand but found

Beginner to java trying to implement jquery into netbeans by inputting these codes into a javascript file to create a main-menu page. Utilizing jquery v 3.1.1. They highlight my second script tag saying its an error