Open cmd.exe on button click using IIS Server .
How to open cmd.exe on button click using IIS Server .
I know,
Process.Start("cmd.exe");
Thanks
Answers (2)
1
Hello hemal
After observing you error i would suggest :
- Check connection string
- Check version of sql server you are using , and download add-in for the same
Still if u need more help , go to :
https://www.mssqltips.com/sqlservertip/2694/getting-started-with-sql-server-2012-express-localdb/
Thanks
Accepted