is there a way to know where is the solution from a published site folder? [closed] - c#

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I have a published website that I need to modify, but could not find the solution to open the project. Is there a file, even in the IIS or in the published website folder that could have the path of where that project is?

There is no way knowing where your solution is other than searching your hard drives for "*.sln"

Related

Using Clarifai's models locally [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I wanted to ask if it is possible to use Clarifai's system offline, meaning accessing the trained models on the device so it can work without access to the internet.
Thanks
Kunal from Clarifai here.
We support this with our Mobile SDK which is currently in limited preview. You can get more information here, https://www.clarifai.com/get-sdk

How to select a folder from my computer and store the path of the folder in a textbox in asp.net? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have tried FileUpload, it can select only files and also I cannot get full path of the file when I try with browsers other than Internet Explorer. I think I need an alternative for FolderBrowserDialog for asp.net.
You can't get the full filepath from a file being upload, because it's on the client's computer, the browser has no access to this information, for security.

access to the files of bin folder on c# (convert .dll to .cs) [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I was working with my PC, and during developing my project the system had restarted, the problem is I had to lost my last code.
So is there any solution to use "last project" with "new bin-folder", my mean is can I combination those files with project ?
Thank you
You should probably have a look at this decompiler and give it a shot:
http://www.jetbrains.com/decompiler/

How to find out whether application running on IIS using JavaScript? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Is there any way I can find out my ASP.Net application running on IIS or locally on Visual studio using JavaScript?
You can use Request.Url.AbsoluteUri to get site url. Write it in hidden field and then use in javascript.

How to create an msi from a Windows Forms project? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I am trying to create an installer for a project which I recently completed. I also used a database(SQL Server Compact), but I don't know much about how to do it. I've read some articles on MSDN, but they weren't clear to me.

Categories