ASP.NET code to send values from Arduino to WEB Page in ASP

I want to make a page in ASP.NET using c# which will get temperature values from Arduino( i am using DS18B20) and then I want to save these values to an access database( I will later use google charts to visualize the values. but for now I want to get the values from arduino to the web form application and then to the database. Can someone please help me with this ?

Thanks

but for now I want to get the values from arduino to the web form application

That web form application needs to make a GET request to the Arduino which is wearing an Ethernet shield and running server code. It is NO different from any other client making a request.