Hello Friends,
I have created a new ASP.NET application in VS2012 - 4.5.
In that I used some latest features like
- Bundle configuration
- Web API (with Routing)
- Angular JS
All the AngularJS controller and other Javascripts & CSS files are register in Bundle Config.
From the developer machine the application works fine.
But, When I am deploying a publish build of my application on IIS, The application not working. I mean the JS and CSS file are not getting. also I am not able to do WebAPI call.
Application Publish steps: In Solution Explorer, right-click the project and select Publish. The Publish Web wizard.
Can any one please guide me, how to overcome from this issue.
There might be some other way to deploy on IIS which I am not aware of.
Thanks in advance.
What I have tried:
Tried with Publish Web Wizard and deploy the code on IIS, but its not working.