ASP.NET WEB FORMS
I have a project to do in asp.ne web forms , right now its running on my local host but it needs to be a publicly accessible url so im unable to send emails to other devices unless they send me the url and then i ahve to open it on my pc
21 Replies
You can use ngrok, it works great
can you pleaseee help me
ngrok | API Gateway, IoT Device Gateway, Secure Tunnels for Contain...
ngrok is a secure ingress platform that enables developers to add global server load balancing, reverse proxy, firewall, API gateway and Kubernetes Ingress to applications and APIs.
thanks , would you be able to guide me if you not to busy
Look at the docs first.
thanks buddy ! if i have any struggles could i please message you
You’ve already got this help thread, why would you DM?
We do not help through DMs, thanks for asking beforehand though.
i get this error now , im notto sure whats it about
use the ngrok url given by the program
It should give you a url like this
https://9469-your-ip-.ngrok-free.app
You should not use localhost to connect (from outside) but the url given by the program as mentioned abovei tried that but i still get another erorr
okay i managed to do it but i still get emails from sendgrid using the local host
wdym “using the local host”?
like this
But as like, a link in the email?
its not a link , i need to take that url and then use it on my machine thats running the applicatioon
like i cant access it from my phone
But where is that URL coming from?
so once i register a client , its sends them a confirmation email
Yes, but what is making that link?
Presumably you wrote the code that makes the email body.