Thursday, 20 July 2023
Deploy your website to an Azure VM or Local Machine IIS.
The first step is to
1. Open the control panel
9. Open the browser and type localhost. You can see your website is running. If you are getting below error
.Net runtime
Subscribe to:
Posts (Atom)
Enum with Flag Attribute in .NET
In .NET, you can use the Flags attribute with an enum. You can combine multiple values into one to represent a set of bit fields. It is use...
-
This error normally occurred when you created a report on one SQL version and deploying/opening on another SQL version. I've created ...
-
OR The attempt to publish the ZIP file through failed with HTTP status code Unauthorized. When you get this error while publishing the Websi...
-
To use the ChatGPT API in a C# application, you'll follow below steps: 1. Set Up Your OpenAI Account Sign Up : If you haven't alrea...