How to develop a proxy server using DotNet? [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Hai
I am Developing an Windows application using C#.Net where I have to block certain websites from accessing by the user.So I am trying to develop a proxy server which can block the websites.Can some one suggest me how I can do this with an example or a site which can help me.
Thank you
Chaithu

Try these links:
http://www.mentalis.org/soft/projects/proxy/
HTTP Proxy server in C#
http://www.codeproject.com/KB/IP/reverseproxy.aspx
http://support.microsoft.com/kb/307023
http://www.c-sharpcorner.com/UploadFile/psingh/web_proxy11162005001036AM/web_proxy.aspx
http://www.codeproject.com/KB/aspnet/asproxy.aspx

Related

Login to asp.net mvc app using O365 credentials [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Looking for a method of users logging into an application using their o365 credentials, is this possible? I've looked through the API's but can't find anything definitive but maybe I am looking in the wrong place?
If anyone could direct me to a link it would be appreciated.
You need to learn OpenID authentication.
Take a look this implementations:
http://www.codeproject.com/Articles/1033978/Office-Authentication-using-Visual-Studio-MVC-appl
https://msdn.microsoft.com/en-us/office/office365/howto/authenticate-and-use-services

How to view SQL Server queries run in WebForms [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have an Asp.Net 3.5 WebForms application. Is there any way to see queries run by the application? Something like Glimpse for MVC, maybe.
Thanks.
You can check the query being sent to the server, using SQL server profiler.
You can also log the query manually during debugging in your application.

asp.net: Scan Documents from Scanner using and upload it to web app [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I've been asked to create a button called "Scan". When this button is clicked, it will start scanning the file in the Scanner machine and then Upload it to the server from my asp.net web application. However, I've searched throughout many websites and I found out that there must be a third-party to do that. Is there any scanning service or some script that can be integrated to perform this task?

IS there any Huawei API (For Huawei e173 dongle) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there any API for Huawei Dongles(Huawei e173 dongle) I just want to send and receive voice data througt dongle.AT commands will dial the call but can get the voice. I'm using c#
I am afraid that there is no such api that I know of. You can make calls using the ATD command but the voice doesn't come through it, you must implement your own voice listener. If you are building your own such system I think this and this might help you.

Google Maps for ASP.NET c# [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Is there a google maps API for C# to use in an ASP.NET application? I've only seen posts and resources for the javascript api and was wondering if there was a c# version....
Thanks
I use this one with my ASP.NET site:
GoogleMap
it seems to work pretty well
EDIT:
here are a couple more that i have not used
Subgurim googlemaps
Shabdar - has a tutorial with it

Categories

Resources